From 86450a74932f7bfb19952c01f6c23d16901feddd Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 22 Jan 2001 10:19:34 +0000 Subject: [PATCH] (isearch-lazy-highlight-initial-delay): Set default to 0.25. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index e1903367bae..59c93a4fe92 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1842,7 +1842,7 @@ If this is nil, extra highlighting can be \"manually\" removed with :type 'boolean :group 'isearch-lazy-highlight) -(defcustom isearch-lazy-highlight-initial-delay 0 ; 0.25 +(defcustom isearch-lazy-highlight-initial-delay 0.25 "*Seconds to wait before beginning to lazily highlight all matches." :type 'number :group 'isearch-lazy-highlight) -- 2.30.2